projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734d12f
)
Re-raise log level for XendConfig (accidentally changed it to DEBUG previously).
author
Ewan Mellor
<ewan@xensource.com>
Sun, 18 Mar 2007 12:06:50 +0000
(12:06 +0000)
committer
Ewan Mellor
<ewan@xensource.com>
Sun, 18 Mar 2007 12:06:50 +0000
(12:06 +0000)
Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendConfig.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendConfig.py
b/tools/python/xen/xend/XendConfig.py
index 36ababeb404b4d83e58c466b35cea4c9d740947f..d8f5c3fe66e0959fcb0d3b37f561a1e5fef14be6 100644
(file)
--- a/
tools/python/xen/xend/XendConfig.py
+++ b/
tools/python/xen/xend/XendConfig.py
@@
-28,7
+28,7
@@
from xen.xend.PrettyPrint import prettyprintstring
from xen.xend.XendConstants import DOM_STATE_HALTED
log = logging.getLogger("xend.XendConfig")
-log.setLevel(logging.
DEBUG
)
+log.setLevel(logging.
WARN
)
"""